home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / weyes10.zip / WEYES.TXT < prev   
Text File  |  1992-01-15  |  3KB  |  47 lines

  1.                 WEYES.TXT
  2.                 =========
  3.  
  4. wEyes -- What is it?
  5. --------------------
  6.  
  7.     "wEyes" is a Windows program that, although originally designed purely for amusement, might actually be of use to some computer users.  Inspired by the famous "xEyes" program run on many UNIX-based xWindows systems, this program draws two eyes in a window; the eyes then track the movement of the mouse.
  8.  
  9.     I gave this program to a friend of mine who owns a notebook-size computer with an LCD screen.  When he ran Microsoft Windows, he often had problems keeping track of the location of his mouse pointer -- LCDs are notoriously slow, and if my friend happened to move the mouse suddenly, he would have to scan the entire LCD screen to locate the pointer.  wEyes seems to have helped.
  10.  
  11.     Basically, writing the program was a light exercise in trigonometry.  The program checks the position of the mouse pointer on a regular basis, and using slopes, arctangents, sines, and cosines, determines where the "pupils" of the eyes -- which are independent of each other -- should be.  
  12.  
  13.     Two of wEyes's features should be noted.  First, by default the program checks the mouse position every 100 milliseconds.  If you are running several applications, however, you may want to cut this rate down.  Hence I have included a command-line option.  If you want to specify a particular interval between "mouse checks," include a number between 1 and 99999 as a command-line parameter.  (Any number higher than 99999 will be truncated, while any number below 1 is deemed to be 100).  
  14.  
  15.     Second, when wEyes is minimized, the eyes continue to follow the pointer.  So if you're hurting for screen space, but still want to view the eyes (or your other icons, for that matter), you can do so by minimizing the wEyes window.
  16.  
  17. ==========================================================================
  18.                 DISCLAIMER
  19.  
  20.     No copyright is claimed in this software by its author.  No rights related to this software are given by its author.  The user agrees to use this software at his or her own risk, and agrees not to hold the author liable for any damages, direct, indirect, consequential or otherwise, in tort, in contract, or upon any other theory of law or equity, regardless of whether such damages are caused by the author's own negligence.
  21.  
  22. ==========================================================================
  23.  
  24. Loading instructions:
  25. ---------------------
  26.  
  27.     To load wEyes onto your Windows system, first copy WEYES.EXE and WEYES.TXT to the directory of your choice.  Next, enter Windows's Program Manager and select a program group.  Then select "File," "New," "Program Item" from the menu bar (in that order).  In the "Command Line" edit box, type "<Drive>:\<Pathname>\WEYES.EXE nnnnn" (where nnnnn = the interval between "mouse checks," in milliseconds).  Choose "OK."  When you want to invoke the program, simply double-click the wEyes icon.
  28.  
  29. =========================================================================
  30.  
  31. This program is written mostly for fun.  If you do enjoy it and would like to find out about other products and services provided by OutLook/PC Business System Design, drop us a line at:
  32.  
  33.         OutLook/PC Business System Design
  34.         ATTN: M. Bradley, MSSI
  35.         P.O. Box 684255          
  36.         Austin, TX  78768-4255
  37.  
  38.         (512) 343-2718
  39.                            
  40.         CompuServe:  70724,3347
  41.  
  42. Thanks.
  43.  
  44. -- Rob Carty, President
  45.  
  46.         
  47.